home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <title>2.2. Blur</title>
- <link rel="stylesheet" href="gimp-help-plain.css" type="text/css" />
- <link rel="stylesheet" href="gimp-help-screen.css" type="text/css" />
- <meta name="generator" content="DocBook XSL Stylesheets V1.64.1" />
- <link rel="home" href="index.html" title="GIMP User Manual" />
- <link rel="up" href="ch05s02.html" title="2. Blur filters" />
- <link rel="previous" href="ch05s02.html" title="2. Blur filters" />
- <link rel="next" href="ch05s02s03.html" title="2.3. Gaussian Blur (IIR)" />
- </head>
- <body>
- <div class="navheader">
- <table width="100%" summary="Navigation header">
- <tr>
- <th colspan="3" align="center">2.2. Blur</th>
- </tr>
- <tr>
- <td width="20%" align="left"><a accesskey="p" href="ch05s02.html">Prev</a> </td>
- <th width="60%" align="center">2. Blur filters</th>
- <td width="20%" align="right"> <a accesskey="n" href="ch05s02s03.html">Next</a></td>
- </tr>
- </table>
- <hr />
- </div>
- <div class="sect2" lang="en" xml:lang="en">
- <div class="titlepage">
- <div>
- <div>
- <h3 class="title"><a id="plug-in-blur"></a>2.2. Blur</h3>
- </div>
- </div>
- <div></div>
- </div>
- <a id="id2968840" class="indexterm"></a>
- <div class="mediaobject">
- <img src="../images/filters/filters-blur-blur.png" />
- </div>
- <div class="simplesect" lang="en" xml:lang="en">
- <div class="titlepage">
- <div>
- <div>
- <h4 class="title"><a id="id2968867"></a>Overview</h4>
- </div>
- </div>
- <div></div>
- </div>
- <p>
- This filter is found in
- <span class="guimenuitem">Image>Filters/Blur/<span class="accel">B</span>lur</span>
- </p>
- <p>
- The Blur filter produces an effect similar to that of an out of focus camera shot. To produce this
- blur effect, the filter takes the average of the present pixel value and the value of adjacent pixels
- and sets the present pixel to that average value. All pixels of the active layer or selection are not
- concerned by blurring. For each pixel, a random number is generated based on the seed value and
- compared against the randomization percentage. If the random value is less than the randomization
- percentage, then the pixel is blurred. A 100% randomization blur all the pixels and blurred pixel
- number is at the most equal to randomization percentage.
- </p>
- </div>
- <div class="simplesect" lang="en" xml:lang="en">
- <div class="titlepage">
- <div>
- <div>
- <h4 class="title"><a id="id2968906"></a>Options</h4>
- </div>
- </div>
- <div></div>
- </div>
- <div class="variablelist">
- <dl>
- <dt>
- <span class="term">Random Seed</span>
- </dt>
- <dd>
- <p>
- <span class="guilabel">Random Seed</span> controls the randomization
- element of the blur. The <span class="guibutton">Time</span> button will
- set the seed using the hardware clock of the computer. Using
- <span class="guibutton">Time</span> is the preferred method for
- initializing Blur as it will provide a higher chance of differing
- values over many uses.
- </p>
- </dd>
- <dt>
- <span class="term">Randomization %</span>
- </dt>
- <dd>
- <p>
- The <span class="guibutton">Randomization</span> slider represents the percentage of pixels of the
- active layer or selection which may be blurred. Higher value result in more blurring.
- </p>
- </dd>
- <dt>
- <span class="term">Repeat</span>
- </dt>
- <dd>
- <p>
- The <span class="guibutton">Repeat</span> slider represents the number of
- times the active layer will be blurred. Higher values result in
- more blurring.
- </p>
- </dd>
- </dl>
- </div>
- </div>
- </div>
- <div class="navfooter">
- <hr />
- <table width="100%" summary="Navigation footer">
- <tr>
- <td width="40%" align="left"><a accesskey="p" href="ch05s02.html">Prev</a> </td>
- <td width="20%" align="center">
- <a accesskey="u" href="ch05s02.html">Up</a>
- </td>
- <td width="40%" align="right"> <a accesskey="n" href="ch05s02s03.html">Next</a></td>
- </tr>
- <tr>
- <td width="40%" align="left" valign="top">2. Blur filters </td>
- <td width="20%" align="center">
- <a accesskey="h" href="index.html">Home</a>
- </td>
- <td width="40%" align="right" valign="top"> 2.3. Gaussian Blur (IIR)</td>
- </tr>
- </table>
- </div>
- </body>
- </html>
-